return "Opens a Director movie in a window of the designated type. This behavior can be triggered by a specified event or by receiving the initOpenMIAW message. If width and height parameters are set to 0 (the default), the movie opens at it's original size." & RETURN & "PARAMETERS:" & RETURN & "ΓÇó Movie Name - Enter the file name of the movie to be opened." & RETURN & "ΓÇó Window Name - ( optional ) Enter the label to be displayed in window header, when visible." & RETURN & "ΓÇó Window Style - Choose a border style and interactivity options. The choices are: Document (moveable, sizeable window without a zoom box), Palette (floating palette), Rounded (rounded corners), Plain (plain box, no title bar), Shadowed (plain box with shadow, no title bar), Modal Dialog, and Moveable Modal Dialog " & RETURN & "ΓÇó Resize Box - Turn this option on to make the window resizable when appropriate." & RETURN & "ΓÇó Left, Top - Enter the initial offset ( in pixels ) of the window from the upper left corner of the display." & RETURN & "ΓÇó Width, Height - ( optional ) Enter the initial dimensions ( in pixels ) of the window." & RETURN & "ΓÇó Zoom Box - Turn this option on to add a minimize/maximize button to the title bar when appropriate." & RETURN & "ΓÇó Initializing Event - Choose the event that triggers the behavior. Choose initOpenMIAW to make the behavior run when it receives this message."